MESCIUS SPREAD for Windows Forms 15.0J
Item プロパティ (CellMatrix<T>)

行は0以上とRowCount未満である必要があります。
列は0以上とColumnCount未満である必要があります。
SparseMatrix内の指定したセルのデータアイテムを取得または設定します。
構文
'宣言
 
Public Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As T
public T this[ 
   int row,
   int column
]; {get; set;}

パラメータ

row
行は0以上とRowCount未満である必要があります。
column
列は0以上とColumnCount未満である必要があります。

プロパティ値

指定された行と列の値。
参照

CellMatrix<T> クラス
CellMatrix<T> メンバ

 

 


© MESCIUS inc. All rights reserved.